home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-07-15 | 591 b | 44 lines | [TEXT/MPS ] |
- // DemoText Dump file
-
- #ifndef __DemoTextDump__
- #define __DemoTextDump__
-
- // all header files defined for dump:ing
-
- #ifndef __UMACAPP__
- #include "UMacApp.h"
- #endif
-
- #ifndef __UPRINTING__
- #include "UPrinting.h"
- #endif
-
- #ifndef __UTEVIEW__
- #include "UTEView.h"
- #endif
-
- #ifndef __TOOLUTILS__
- #include "ToolUtils.h"
- #endif
-
- #ifndef __FONTS__
- #include "Fonts.h"
- #endif
-
- #ifndef __RESOURCES__
- #include "Resources.h"
- #endif
-
- #ifndef __SCRIPT__
- #include "Script.h"
- #endif
-
- #ifndef __PICKER__
- #include "Picker.h"
- #endif
-
- #ifdef qDumpOwn
- #include "UDemoText.h"
- #endif qDumpOwn
-
- #endif __DemoTextDump__